Gets or sets the value associated with the specified key.
public TValue Item(
TKey key
) { get; set; }
public:
property _TValue^_ default [TKey^] {
_TValue^_ get(_TKey^_ key);
void set (_TKey^_ key, _TValue^_ );
}
key
The key of the value to get or set.
The value associated with the specified key. If the specified key is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET